TokenProvider
interface TokenProvider
Content copied to clipboard
TokenProvider.kt
Interface that defines the properties of a TokenProvider. Token Providers are objects that the Sensibill SDK uses to retrieve user OAuth tokens. Tokens retrieved from a token provider are used to authenticate API calls on behalf of the token owner (ie, Sensibill User)
Types
OnTokenProviderListener
Link copied to clipboard
interface OnTokenProviderListener
Content copied to clipboard
Functions
provideTokenReplacement
Link copied to clipboard
abstract fun provideTokenReplacement(oldAuthToken: String?, userIdentifier: String, listener: TokenProvider.OnTokenProviderListener)
Content copied to clipboard